projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed0abb
)
Fix the build
author
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 8 Dec 2008 02:47:21 +0000
(
02:47
+0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Mon, 8 Dec 2008 02:47:21 +0000
(
02:47
+0000)
svn path=/trunk/; revision=21854
gtk/gtklinkbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtklinkbutton.c
b/gtk/gtklinkbutton.c
index 02a9e04860912eeccaa2a64ee3c54f32880ef59b..60ce24a8e2867d1d1585dd1520463b8445f5f338 100644
(file)
--- a/
gtk/gtklinkbutton.c
+++ b/
gtk/gtklinkbutton.c
@@
-34,6
+34,7
@@
#include "gtkmenu.h"
#include "gtkmenuitem.h"
#include "gtkstock.h"
+#include "gtkshow.h"
#include "gtktooltip.h"
#include "gtklinkbutton.h"
@@
-479,7
+480,7
@@
gtk_link_button_clicked (GtkButton *button)
GdkScreen *screen;
GError *error;
- if (gtk_widget_has_screen (GTK_WIDGET (button)))
;
+ if (gtk_widget_has_screen (GTK_WIDGET (button)))
screen = gtk_widget_get_screen (GTK_WIDGET (button));
else
screen = NULL;